home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 122
/
Vol 122.iso
/
games
/
super_cr.swf
/
scripts
/
DefineSprite_380
/
frame_123
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-01-06
|
138 b
|
9 lines
ball.onEnterFrame = function()
{
this._x += 80;
if(this._x > Stage.width + 20)
{
delete this.onEnterFrame;
}
};